home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Aminet 31
/
Aminet 31 (1999)(Schatztruhe)[!][Jun 1999].iso
/
Aminet
/
util
/
misc
/
rgbpch.lha
/
rgbpch
/
README
< prev
next >
Wrap
Text File
|
1999-04-15
|
550b
|
20 lines
This is a small patch to solve a typical A1200 bug. This is the maximum
intensity white color on vga monitors. the color FF FF FF (255,255,255)
sometimes flashing when it's mixed with black (0,0,0) color.
This patch patches the following functions in graphics.library:
- LoadRGB32()
- SetRGB32()
- SetRGB32CM()
And if someone wants to set a color $ff,$ff,$ff, then rgbpch changes it to
$fe,$fe,$fe.
I do not use it on normal Amiga side, but it is useful with ShapeShifter,
or Fusion, or other tools, when you cannot set the colors.
bye
gega